Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@arcblock/forge-util

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/forge-util

utils shared across mutlipe forge js libs, works in both node.js and browser


Version published
Weekly downloads
6
decreased by-95.42%
Maintainers
1
Weekly downloads
 
Created

@arcblock/forge-util

Utility functions to ease crypto/encoding related tasks, most methods are migrated from web3-utils

Usage

yarn add @arcblock/forge-util

# OR
npm i @arcblock/forge-util -S
const Util = require('@arcblock/forge-util');

console.log(Util.fromTokenToUnit(100));                   // 100_0000_0000_0000_0000
console.log(Util.fromUnitToToken('1000000000000000000')); // 100
console.log(Util.isStrictHex('0x123abc'));        // true

Checkout lib/index.d.ts for more API.

FAQs

Package last updated on 28 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts